FlexReport for WPF
GetByIndex メソッド (C1KeyedList<TKey,TItem>)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1KeyedList<TKey,TItem> クラス : GetByIndex メソッド
ページの指定されたインデックス。
指定されたインデックスでページ項目を取得します。
シンタックス
'宣言
 
Public Function GetByIndex( _
   ByVal index As System.Integer _
) As TItem
'使用法
 
Dim instance As C1KeyedList(Of TKey,TItem)
Dim index As System.Integer
Dim value As TItem
 
value = instance.GetByIndex(index)
public TItem GetByIndex( 
   System.int index
)

パラメータ

index
ページの指定されたインデックス。

戻り値の型

ドキュメントページ。
参照

C1KeyedList<TKey,TItem> クラス
C1KeyedList<TKey,TItem> メンバ